-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: handle invalid pin when sharing or after onboarding #241
Conversation
e772230
to
ea5c39c
Compare
}) | ||
|
||
try { | ||
await agent.initialize() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should also close
@@ -16,6 +16,7 @@ export const PinSlide = ({ onPinComplete, isLoading }: PinSlideProps) => { | |||
const pinRef = useRef<PinDotsInputRef>(null) | |||
|
|||
const onPinEnterComplete = (pin: string) => { | |||
console.log(pinRef) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log
@@ -27,6 +28,7 @@ export const PinSlide = ({ onPinComplete, isLoading }: PinSlideProps) => { | |||
customData: { preset: r.redirectToWallet ? 'danger' : 'warning' }, | |||
}) | |||
|
|||
console.log(pinRef) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
ea5c39c
to
f5dab07
Compare
Signed-off-by: Berend Sliedrecht sliedrecht@berend.io